JsonObjectGetObjectValue Method |
Namespace:
Independentsoft.Json.Parser
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic JsonObject GetObjectValue(
string name
)
Public Function GetObjectValue (
name As String
) As JsonObject
Parameters
- name
- Type: SystemString
Return Value
Type:
JsonObject
See Also